home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 13
/
AMIGAplus Sonderheft 13 (1998)(ICP)(DE)[!].iso
/
libs
/
simplify.table
< prev
next >
Wrap
Text File
|
1977-12-31
|
520b
|
15 lines
; Lookup table for Laplace V0.3 (03-APR-1996)
; --------------------------------------------------------------------------
; You should not modify this file on your own.
; The file structure is not documented (although it's quite straight ahead),
; and will change in future releases !
POT(1,$1/2) = SQRT(1)
POT(1,$-1/1) = INV(1)
POT(1,$1/1) = 1
POT(1,NEG(2)) = INV(POT(1,2))
MUL(SIN(1),INV(COS(1))) = TAN(1)
MUL(COS(1),INV(SIN(1))) = COT(1)
MUL(SINH(1),INV(COSH(1))) = TANH(1)
MUL(COSH(1),INV(SINH(1))) = INV(TANH(1))